home *** CD-ROM | disk | FTP | other *** search
- Subject: Persistent Floating Windows
- Sent: 6/25/96 3:53 AM
- Received: 6/25/96 11:02 AM
- From: Keith Mortensen, morty@scruznet.com
- Reply-To: ODF Interest, ODF-Interest@CILabs.ORG
- To: OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
-
- Is there anyway to block a floating window from hiding when other parts
- are selected?
- I want my floating window showing all the time, so other parts can use it.
-
- In FWFloWin.h - it mentions the following:
-
- "Floating windows are created hidden. You can call FW_CWindow::Show() or
- FW_CWindow::Hide() to show/Hide your floating windows. When your part is
- desactivated/activated, the visible floating windows will be
- automatically hidden/shown."
-